Finds items with the specified key value.

Implements IIndexScanner(T).Find(object)

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public IndexQuery<T> Find(
	Object key
)
Visual Basic
Public Function Find ( _
	key As Object _
) As IndexQuery(Of T)

Parameters

key
Type: System..::..Object
The key value to search for.

Return Value

An object enumerating items having the specified key value.

Implements

IIndexScanner<(Of <(<'T>)>)>..::..Find(Object)

See Also